ListToArray(list [, delimiter ])Converts the specified list into an array.
Name of the list variable that contains the elements to be used to build an array. You can define a list variable with a CFSET statement. The items in the list must be separated by commas or otherwise delimited.
Specify the character(s) used to delimit elements in the list. Default is comma ( , ).